home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00019_Script_sc earth
< prev
next >
Wrap
Text File
|
1996-02-29
|
982b
|
27 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
global gsGuideChannel
set the castNum of sprite 12 to the number of cast "EARTH1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
put 12 into gsGuideChannel
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global IndexLine, subjectLine, giWhichSubject, gbTOC
global gsFrameName -- frame label of subject used to go get GUIDEART.DIR
set the castNum of sprite 12 to the number of cast "EARTH2" -- hardwired to 12
updateStage
put "earth1" into gsFrameName -- entry point upon return from GUIDEART.DIR
go to "earth1"
put 7 into giWhichSubject -- hardwired to 7
set gbTOC = FALSE
set IndexLine = 0 -- resets index to start from beginning
set subjectLine = 1 -- sets subject
GetSubjectList giWhichSubject
end